home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TFORMCOLUMNSETTINGS / TFORMCOLUMNSETTINGS.txt
Text File  |  2005-03-06  |  4KB  |  150 lines

  1. object FormColumnSettings: TFormColumnSettings
  2.   Left = 364
  3.   Top = 252
  4.   Width = 300
  5.   Height = 370
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Column Settings'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 370
  10.   Constraints.MinWidth = 300
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   OnKeyPress = FormKeyPress
  22.   OnResize = FormResize
  23.   DesignSize = (
  24.     292
  25.     336)
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object Bevel1: TBevel
  29.     Left = 16
  30.     Top = 280
  31.     Width = 257
  32.     Height = 14
  33.     Anchors = [akLeft, akTop, akRight, akBottom]
  34.     Shape = bsBottomLine
  35.   end
  36.   object Label2: TLabel
  37.     Left = 21
  38.     Top = 246
  39.     Width = 151
  40.     Height = 13
  41.     Alignment = taCenter
  42.     Anchors = [akBottom]
  43.     Caption = 'The selected column should be '
  44.     OnClick = FormCreate
  45.   end
  46.   object Label3: TLabel
  47.     Left = 231
  48.     Top = 246
  49.     Width = 51
  50.     Height = 13
  51.     Anchors = [akBottom]
  52.     Caption = 'pixels wide'
  53.   end
  54.   object Panel1: TPanel
  55.     Left = 0
  56.     Top = 0
  57.     Width = 292
  58.     Height = 41
  59.     Align = alTop
  60.     BevelOuter = bvNone
  61.     BorderWidth = 4
  62.     TabOrder = 0
  63.     object Label1: TLabel
  64.       Left = 4
  65.       Top = 4
  66.       Width = 284
  67.       Height = 33
  68.       Align = alClient
  69.       Alignment = taCenter
  70.       AutoSize = False
  71.       Caption = 
  72.         'Check the columns you would like to make visible in this Folder.' +
  73.         '  Drag and Drop to reorder the columns. '
  74.       WordWrap = True
  75.     end
  76.   end
  77.   object CheckBoxLiveUpdate: TCheckBox
  78.     Left = 23
  79.     Top = 268
  80.     Width = 95
  81.     Height = 17
  82.     Anchors = [akRight, akBottom]
  83.     Caption = 'Live Update'
  84.     TabOrder = 1
  85.     OnClick = CheckBoxLiveUpdateClick
  86.   end
  87.   object ButtonOk: TButton
  88.     Left = 109
  89.     Top = 304
  90.     Width = 75
  91.     Height = 25
  92.     Anchors = [akRight, akBottom]
  93.     Caption = '&OK'
  94.     Default = True
  95.     ModalResult = 1
  96.     TabOrder = 2
  97.   end
  98.   object ButtonCancel: TButton
  99.     Left = 197
  100.     Top = 304
  101.     Width = 75
  102.     Height = 25
  103.     Anchors = [akRight, akBottom]
  104.     Caption = '&Cancel'
  105.     ModalResult = 2
  106.     TabOrder = 3
  107.   end
  108.   object VSTColumnNames: TVirtualStringTree
  109.     Left = 8
  110.     Top = 48
  111.     Width = 278
  112.     Height = 185
  113.     Anchors = [akLeft, akTop, akRight, akBottom]
  114.     CheckImageKind = ckDarkCheck
  115.     Header.AutoSizeIndex = 0
  116.     Header.Font.Charset = DEFAULT_CHARSET
  117.     Header.Font.Color = clWindowText
  118.     Header.Font.Height = -11
  119.     Header.Font.Name = 'MS Sans Serif'
  120.     Header.Font.Style = []
  121.     Header.MainColumn = -1
  122.     Header.Options = [hoColumnResize, hoDrag]
  123.     HintAnimation = hatNone
  124.     ParentBackground = False
  125.     TabOrder = 4
  126.     TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScroll, toAutoScrollOnExpand, toAutoTristateTracking]
  127.     TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toInitOnSave, toToggleOnDblClick]
  128.     TreeOptions.PaintOptions = [toShowButtons, toShowRoot, toThemeAware, toUseBlendedImages]
  129.     OnChecking = VSTColumnNamesChecking
  130.     OnDragAllowed = VSTColumnNamesDragAllowed
  131.     OnDragOver = VSTColumnNamesDragOver
  132.     OnDragDrop = VSTColumnNamesDragDrop
  133.     OnFocusChanging = VSTColumnNamesFocusChanging
  134.     OnFreeNode = VSTColumnNamesFreeNode
  135.     OnGetText = VSTColumnNamesGetText
  136.     OnInitNode = VSTColumnNamesInitNode
  137.     Columns = <>
  138.   end
  139.   object EditPixelWidth: TEdit
  140.     Left = 183
  141.     Top = 244
  142.     Width = 35
  143.     Height = 21
  144.     Anchors = [akBottom]
  145.     TabOrder = 5
  146.     OnExit = EditPixelWidthExit
  147.     OnKeyPress = EditPixelWidthKeyPress
  148.   end
  149. end
  150.